home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / quartz / quartz10.lha / Pexample / 00AAREADME next >
Text File  |  1990-05-14  |  346b  |  10 lines

  1. When you make a PRESTO application, you will see a bunch of warning messages
  2. of the form:
  3.  
  4. "/u3/jfaust/presto/spinlock_impl.h", line 125: warning: undeclared function
  5. HC_S_LOCK() called
  6.  
  7. These are ok, the 'missing' function is an inline ASM function that will be
  8. slipped into the C++ output file (*..c) before the regular cc compiler is 
  9. called.
  10.